home *** CD-ROM | disk | FTP | other *** search
/ HPAVC / HPAVC CD-ROM.iso / pc / CONTRSRC.ZIP / SRC / GOPI / DIVERS.INC < prev    next >
Encoding:
Text File  |  1994-11-05  |  430 b   |  12 lines

  1. ;*****************************************************************************
  2. Free_Keyboard MACRO
  3.          push    ax
  4.          push    es
  5.          mov     ax,40h              ; !!! Vider buffer clavier !!! ;-)
  6.          mov     es,ax
  7.          mov     ax,es:[001ah]
  8.          mov     es:[001ch],ax
  9.          pop     es
  10.          pop     ax
  11. ENDM
  12. ;*****************************************************************************